Welcome![Sign In][Sign Up]
Location:
Search - crc 8 ccitt

Search list

[Other resourcecrc8

Description: 8051上的CRC8校验 A CCITT-8 CRC calculator. The source contains both the calculated (smaller but slower) version, and the table driven (faster but larger) version.-8051 CRC8 check on the CCITT A-8 CRC calculator. Th e source contains both the calculated (smaller but slower) version, and the table driven (faster but larger) versio n.
Platform: | Size: 2432 | Author: buaalzx | Hits:

[Other resource1crc

Description: 计算CRC16/CRC8/CRC32的程序,可获得CRC-CCITT/CRC-16/CRC-8/CRC-32的计算结果。 提供Delphi源代码和MCS51单片机的汇编源代码,分别采用两至三种不同算法实现。有比较详细的调用和使用说明。 更新历史: 2003/05/04 新增CRC-8算法的实现。 2004/02/02 修改CRC-8算法,新增CRC-32算法,增加比较详细的调用和使用说明。-CRC16/CRC8/CRC32 calculation procedures available CRC-CCITT/CRC-16/CRC-8/CRC-32 the calculated results. Delphi provide source code and compile the MCS51 source code, adopted two to three different algorithm. A more detailed calls and use. Update History : 2003/05/02 new CRC-8 algorithm implementation. 2004/02/02 changes CRC-8 algorithm, the new CRC-32 algorithm, adding more detailed calls and use.
Platform: | Size: 134336 | Author: 邓光 | Hits:

[SCMcrc8

Description: 8051上的CRC8校验 A CCITT-8 CRC calculator. The source contains both the calculated (smaller but slower) version, and the table driven (faster but larger) version.-8051 CRC8 check on the CCITT A-8 CRC calculator. Th e source contains both the calculated (smaller but slower) version, and the table driven (faster but larger) versio n.
Platform: | Size: 2048 | Author: buaalzx | Hits:

[SCM1crc

Description: 计算CRC16/CRC8/CRC32的程序,可获得CRC-CCITT/CRC-16/CRC-8/CRC-32的计算结果。 提供Delphi源代码和MCS51单片机的汇编源代码,分别采用两至三种不同算法实现。有比较详细的调用和使用说明。 更新历史: 2003/05/04 新增CRC-8算法的实现。 2004/02/02 修改CRC-8算法,新增CRC-32算法,增加比较详细的调用和使用说明。-CRC16/CRC8/CRC32 calculation procedures available CRC-CCITT/CRC-16/CRC-8/CRC-32 the calculated results. Delphi provide source code and compile the MCS51 source code, adopted two to three different algorithm. A more detailed calls and use. Update History : 2003/05/02 new CRC-8 algorithm implementation. 2004/02/02 changes CRC-8 algorithm, the new CRC-32 algorithm, adding more detailed calls and use.
Platform: | Size: 134144 | Author: 邓光 | Hits:

[CommunicationCRC算法和c语言实现

Description: CRC的全称为Cyclic Redundancy Check,中文名称为循环冗余校验。它是一类重要的线性分组码,编码和解码方法简单,检错和纠错能力强,在通信领域广泛地用于实现差错控制-CRC called the Cyclic Redundancy Check, the Chinese name of the Cyclic Redundancy Check. It is an important class of linear block codes, encoding and decoding method is simple, and error detection and correction capability in the field of communication widely used to achieve error control
Platform: | Size: 27648 | Author: jojo | Hits:

[AlgorithmCRC循环校验具体算法

Description: 本代码是C语言实现的CRC循环校验具体算法-the code is the C language CRC checksum algorithm for the cycle
Platform: | Size: 2048 | Author: 汪永威 | Hits:

[Communicationcrc校验详解

Description: CRC 校验源码分析,说明了CRC 校验中CRC 值是如何计算出来的,体现的多项式正是X16+X12+X5+1。 Serial Data 即是需要校验的数据。-CRC source analyzed that the CRC value of the CRC calculation of the show that the polynomial is an X16 X12 X5. Serial Data that is the need for calibration data.
Platform: | Size: 19456 | Author: 小康 | Hits:

[OtherCRC_CCITT_c

Description: 可以将以bit为单位进行处理的算法扩展到8位,即以Byte为单位进行处理。由于有8个bit,所以有2^8种选择。这样明显会使运行时 间大为减少,速度明显更快,但是也有它的缺点,即,占用资源太大,所以综合考虑速度和 资源两点,采用半字节查表法。即以半 Byte为单位进行处理。由于有4个bit,所以有2^4种选择。-bit can be processed for the extension of the algorithm 8, to Byte unit for treatment. With 8 bit, it is 2 ^ 8 options. This will significantly reduce travel time significantly, significantly faster speed, but it also has its drawbacks, namely, taking up too much resources. Therefore, considering the speed and resources 2:00, semi-byte look-up table method. Byte is a semi-processed as a unit. As a four bit, it is 2 ^ 4 choice.
Platform: | Size: 1024 | Author: jevidyang | Hits:

[Mathimatics-Numerical algorithmscrc-ccitt

Description: CRC-CCITT码: G(x)=X16+X12+X5+1 多项式为 0x08408 用VC++写的DLL 用VB调用的 有调用实例 -CRC-CCITT code : G (x) = X16 X12 X5 to a polynomial with VC 0x08408 written with VB DLL called the Call example
Platform: | Size: 234496 | Author: 李慎丹 | Hits:

[Other Embeded programcrc

Description: 生成多项式的最高位必须是1。例如:CRC-CCITT标准的16位生成多项式:g(x)= x16+x12+x1+1;阶数r = 16 即:0x11021.最高位通常为1。-Generating polynomial must be the highest one. For example: CRC-CCITT standard 16-bit generation polynomial: g (x) = x16+ X12+ X1+ 1 order of r = 16 that is: 0x11021. Highest one usually.
Platform: | Size: 3072 | Author: xuhailun | Hits:

[Other Embeded programCRCALL

Description: 此软件是CRC的软件实现方法,包括了CRC8,CRC16,CRC32的全部算法,每一种算法又分速度优先与资源优先型以及适中型三种算法。全部通过调试验证,与硬件无关,可移植于任何MCU-This software is the software realization of CRC, including the CRC8, CRC16, CRC32 all the algorithms, each algorithm was divided into the speed of priorities and resources, as well as priority-based algorithm for moderate-type three. All through the debug validation, and hardware-independent, can be transplanted to any MCU
Platform: | Size: 3072 | Author: wentsing | Hits:

[Windows Developcrc16

Description: crc的学习资料我发费很长的时间得到的大家共同学习-CRC of the learning materials costs me a long time to get everyone together to learn
Platform: | Size: 15360 | Author: dongyou | Hits:

[Internet-Networkvb-CRC

Description: CRC校验VB源码,直接可以使用,有注释-CRC Checksum VB source, can be used directly, has the Notes
Platform: | Size: 2048 | Author: sunshuwen | Hits:

[OtherVBCRC

Description:   循环冗余码校验英文名称为Cyclical Redundancy Check,简称CRC。它是利用除法及余数的原理来作错误侦测(Error Detecting)的。实际应用时,发送装置计算出CRC值并随数据一同发送给接收装置,接收装置对收到的数据重新计算CRC并与收到的CRC相比较,若两个CRC值不同,则说明数据通讯出现错误。 根据应用环境与习惯的不同,CRC又可分为以下几种标准:   ①CRC-12码;   ②CRC-16码;   ③CRC-CCITT码;   ④CRC-32码。   CRC-12码通常用来传送6-bit字符串。CRC-16及CRC-CCITT码则用是来传送8-bit字符,其中CRC-16为美国采用,而CRC-CCITT为欧洲国家所采用。CRC-32码大都被采用在一种称为Point-to-Point的同步传输中。 下面以最常用的CRC-16为例来说明其生成过程。-err
Platform: | Size: 3072 | Author: qizhiwei | Hits:

[SCMcrc8

Description: for microcontroller Calculate CRC-8 Values. Uses The CCITT-8 Polynomial, Expressed As X^8 + X^5 + X^4 + 1-for microcontroller Calculate CRC-8 Values. Uses The CCITT-8 Polynomial, Expressed As X^8+ X^5+ X^4+ 1
Platform: | Size: 6144 | Author: milind | Hits:

[Software Engineeringcrc16

Description: Calculate CRC-8 Values. Uses The CCITT-8 Polynomial, Expressed As X^8 + X^5 + X^4 + 1 -Calculate CRC-8 Values. Uses The CCITT-8 Polynomial, Expressed As X^8+ X^5+ X^4+ 1
Platform: | Size: 7168 | Author: milind | Hits:

[Delphi VCLtestcrc

Description: 计算CRC16/CRC8/CRC32的程序,可获得CRC-CCITT/CRC-16/CRC-8/CRC-32的计算结果。 提供Delphi源代码和MCS51单片机的汇编源代码,分别采用两至三种不同算法实现。有比较详细的调用和使用说明-Calculation CRC16/CRC8/CRC32 procedures, available CRC-CCITT/CRC-16/CRC-8/CRC-32 calculations. Delphi source code and provides a compilation of the source code MCS51 MCU, respectively, use two or three different algorithms. More detailed description of the calls and the use of
Platform: | Size: 137216 | Author: guibin | Hits:

[USB developCRC5_CRC16_USB

Description: USB2.0数据包CRC 16,TOKEN令牌包是CRC5,VerilogHDL代码 多项式y=1+x^2+x^15+x^16; y=1+x^2+x^5; 只是串行1位的代码, 并行8位,16位没有上传(USB CRC 16 , VerilogHDL code polynomial(0_2_15_16); polynomial(0_2_5))
Platform: | Size: 6144 | Author: 诡迹xjn | Hits:

CodeBus www.codebus.net